home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / auto / POSIX / SigRt / _check.al next >
Encoding:
Text File  |  2009-06-26  |  444 b   |  16 lines

  1. # NOTE: Derived from ../../lib/POSIX.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package POSIX::SigRt;
  5.  
  6. #line 1027 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/SigRt/_check.al)"
  7. sub _check {
  8.     my ($rtsig, $ok) = &_exist;
  9.     die "No POSIX::SigRt signal $_[1] (valid range SIGRTMIN..SIGRTMAX, or $_SIGRTMIN..$_SIGRTMAX)"
  10.     unless $ok;
  11.     return $rtsig;
  12. }
  13.  
  14. # end of POSIX::SigRt::_check
  15. 1;
  16.